﻿

.dd-ts{
    background: #FFFFFF;
    width: 1000px;
    height: 225px;
    overflow: hidden;
    display: block;
}
.dd-ss-l{
    float: left;
    margin-left: 22px;
    margin-top: 24px;
    overflow: hidden;
    width: 300px;
}
.dd-ss .fw,
.dd-ss .fw img{
    width: 300px;
    height: 130px;
    display: block;
    overflow: hidden;
}
.dd-ss-rap{
    float: right;
    width: 298px;
    height: 32px;
    border: 1px solid #e8e8e8;
    background: #f6f6f6;
    margin-top: 10px;
}
.dd-ss-rap .text{
    float: left;
    border: 0;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    background: none;
    width: 250px;
    outline: none;
}
.dd-ss-rap .btn{
    float: right;
    background: url("../images/dd-btn.jpg");
    width: 45px;
    height: 30px;
    margin-top: 1px;
    border: 0;
    outline: none;
    cursor: pointer;
}
.dd-ss-r{
    height: 172px;
    margin-top: 24px;
    margin-right: 16px;
    float: right;
    width: 650px;
    overflow: hidden;
    border: 1px solid #dde7f0;
}
.dd-ss-r .title{
    background: #edf4fa;
    height: 36px;
    border-bottom: 1px solid #dde7f0;
}
.dd-ss-r .title span{
    height: 36px;
    padding: 0px 10px;
    background: #fff;
    line-height: 36px;
    font-size: 16px;
    display: inline-block;
    border-top: 3px solid #0d72b8;
    color: #01497b;
    text-decoration: none;
}
.dd-ss-r .ul{
    margin-top: 3px;
    overflow: hidden;
}
.dd-ss-r .ul a{
    margin-top: 9px;
    margin-left: 8px;
    float: left;
    width: 118px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #e1e6ea;
    background: #f6f6f6;
    font-size: 12px;
    color: #555555;
}
.dd-ss-r .ul a:hover{
    background: #eb4d0e;
    color: #FFFFFF;
}